home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 612 b | 23 lines | [TEXT/CWIE] |
- //
- // CWMacAppHeaders.h
- //
- // File to be included by the integrated environment and the CW MPW tools.
- // Copyright © 1995-1996 metrowerks inc. All rights reserved.
- //
- //
- //--------------------------------------------------------------------------------
-
- #pragma once on
- #pragma check_header_flags on
-
- // precompile the MacApp headers
- #include "MacApp.h"
- #include "NubInspectorHooks.h"
-
- // Now add any additional headers to those already included by MacApp
- #include "MAToolboxHeaders.h"
-
-
- //----------------------------------------------------------------------------------------
- // End of CWMacAppHeaders.h
-